home *** CD-ROM | disk | FTP | other *** search
/ PCMania 45 / PCMania CD45_1.iso / devil / devil.bat < prev    next >
DOS Batch File  |  1995-07-17  |  1KB  |  34 lines

  1. @echo off
  2. rem Available values are
  3. rem vesa  --  This is the mode which should work everywhere
  4. rem et4000  --  Tseng ET4000 chipset
  5. rem cl5426  --  Cirrus Logic chipset
  6. rem mach64  --  ATI
  7. rem stdvga  --  DEVIL will work but you can't fit textures
  8. rem s3svga  --  This is accelerated. If you've a S3-card give it a chance.
  9. rem I don't know if they all will work, I've only tested vesa and s3svga
  10. set grx20drv=vesa
  11. rem This is for key moving
  12. mode CON: Rate=32 Delay=1
  13. copy >nul levels\tmpdevil.msn .. 
  14. d %1 %2
  15. if errorlevel 1 goto done
  16. if not exist levels\tmpdevil.rdl goto done
  17. :loop
  18. copy >nul levels\tmpdevil.rdl ..\tmpdevil.rdl 
  19. cd ..
  20. call descent
  21. cd devil
  22. d tmpdevil /notitle
  23. if not errorlevel 1 goto loop
  24. :done
  25. if errorlevel 2 goto ok
  26. echo Devil ended with an error. Here's the file devil.err:
  27. type devil.err |more
  28. :ok
  29. if exist levels\tmpdevil.rdl del levels\tmpdevil.rdl
  30. if exist ..\tmpdevil.rdl del ..\tmpdevil.rdl
  31. del ..\tmpdevil.msn
  32. rem This is that you can type in the normal way
  33. mode CON: Rate=21 Delay=2
  34.